Add nullable annotation to combo_box_text_get_active_text
authorRyan Westlund <rlwestlund@gmail.com>
Wed, 24 Jul 2019 02:09:06 +0000 (22:09 -0400)
committerRyan Westlund <rlwestlund@gmail.com>
Wed, 24 Jul 2019 02:59:35 +0000 (22:59 -0400)
gtk/gtkcomboboxtext.c

index b363f71a5311de78128972cab5a11fca525ef2fc..0db2906d812c17a89f83d07ab58a80735a45951a 100644 (file)
@@ -580,7 +580,7 @@ gtk_combo_box_text_remove_all (GtkComboBoxText *combo_box)
  * function will return its contents (which will not necessarily
  * be an item from the list).
  *
- * Returns: (transfer full): a newly allocated string containing the
+ * Returns: (nullable) (transfer full): a newly allocated string containing the
  *     currently active text. Must be freed with g_free().
  */
 gchar *